PyCrypto and GMP library not found error [Mac OS 10.6.3]

Posted by sarasota on Stack Overflow See other posts from Stack Overflow or by sarasota
Published on 2010-04-25T19:46:07Z Indexed on 2010/04/25 19:53 UTC
Read the original article Hit count: 1168

Filed under:
|

I'm trying to install pycrypto-2.1.0 but attempt to do with 'python setup.py build' elicits:

running build
running build_py
running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.

I installed GMP (gmp-4.3.2) and it's in: /usr/local/lib

How do I get python/pycrypto to recognize that GMP is already present on my system?

Mac OS: 10.6.3 Python version: 2.6.1

© Stack Overflow or respective owner

Related posts about macosx

Related posts about python